home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stone Design
/
Stone Design.iso
/
Stone_Friends
/
Wave
/
WavesWorld
/
Source
/
Shaders
/
RCShaders
/
RCShowST.sl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-22
|
208 b
|
12 lines
/* Listing 16.11 Shader mapping texture-space coordinates to colors*/
/*
* show_st(): color surface point according to its s,t coordinates.
*/
surface
RCShowST()
{
Ci = color "rgb" (s, t, 0);
Oi = 1;
}